var github.com/google/uuid.nodeID
10 uses
github.com/google/uuid (current package)
node.go#L14: nodeID [6]byte // hardware for version 1 UUIDs
node.go#L43: copy(nodeID[:], addr)
node.go#L52: randomBits(nodeID[:])
node.go#L63: if nodeID == zeroID {
node.go#L66: nid := nodeID
node.go#L79: copy(nodeID[:], id)
version1.go#L37: if nodeID == zeroID {
version1.go#L40: copy(uuid[10:], nodeID[:])
version6.go#L49: if nodeID == zeroID {
version6.go#L52: copy(uuid[10:], nodeID[:])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |